home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / traymain.dfm / traymain.txt < prev   
Encoding:
Text File  |  1998-02-09  |  2.3 KB  |  123 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 114
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Tray Icon'
  7.   ClientHeight = 175
  8.   ClientWidth = 289
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Default'
  13.   Font.Style = []
  14.   PopupMenu = PopupMenu1
  15.   Position = poScreenCenter
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   object Image2: TImage
  19.     Left = 82
  20.     Top = 120
  21.     Width = 33
  22.     Height = 41
  23.     Picture.Data = {<image000.ico>}
  24.   end
  25.   object Image1: TImage
  26.     Left = 82
  27.     Top = 64
  28.     Width = 33
  29.     Height = 41
  30.     Picture.Data = {<image001.ico>}
  31.   end
  32.   object Label1: TLabel
  33.     Left = 136
  34.     Top = 72
  35.     Width = 18
  36.     Height = 13
  37.     Caption = 'Tip:'
  38.   end
  39.   object Label2: TLabel
  40.     Left = 136
  41.     Top = 128
  42.     Width = 18
  43.     Height = 13
  44.     Caption = 'Tip:'
  45.   end
  46.   object Button1: TButton
  47.     Left = 203
  48.     Top = 16
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Hide'
  52.     Enabled = False
  53.     TabOrder = 0
  54.     OnClick = Button1Click
  55.   end
  56.   object CheckBox1: TCheckBox
  57.     Left = 8
  58.     Top = 16
  59.     Width = 105
  60.     Height = 17
  61.     Caption = '&Place on tray'
  62.     TabOrder = 1
  63.     OnClick = CheckBox1Click
  64.   end
  65.   object RadioButton1: TRadioButton
  66.     Left = 8
  67.     Top = 72
  68.     Width = 65
  69.     Height = 17
  70.     Caption = 'State &1'
  71.     Checked = True
  72.     TabOrder = 2
  73.     TabStop = True
  74.     OnClick = RadioButtonClick
  75.   end
  76.   object RadioButton2: TRadioButton
  77.     Left = 8
  78.     Top = 128
  79.     Width = 65
  80.     Height = 17
  81.     Caption = 'State &2'
  82.     TabOrder = 3
  83.     OnClick = RadioButtonClick
  84.   end
  85.   object Edit1: TEdit
  86.     Left = 159
  87.     Top = 69
  88.     Width = 121
  89.     Height = 21
  90.     TabOrder = 4
  91.     Text = 'Off'
  92.     OnKeyUp = EditKeyUp
  93.   end
  94.   object Edit2: TEdit
  95.     Left = 159
  96.     Top = 125
  97.     Width = 121
  98.     Height = 21
  99.     TabOrder = 5
  100.     Text = 'On'
  101.     OnKeyUp = EditKeyUp
  102.   end
  103.   object PopupMenu1: TPopupMenu
  104.     Left = 136
  105.     Top = 16
  106.     object Properties1: TMenuItem
  107.       Caption = '&Properties'
  108.       ShortCut = 0
  109.       OnClick = Properties1Click
  110.     end
  111.     object ToggleState1: TMenuItem
  112.       Caption = '&Toggle State'
  113.       ShortCut = 0
  114.       OnClick = ToggleState1Click
  115.     end
  116.     object Shutdown1: TMenuItem
  117.       Caption = '&Shutdown'
  118.       ShortCut = 0
  119.       OnClick = Shutdown1Click
  120.     end
  121.   end
  122. end
  123.